runtime.timer.sendLock (field)

9 uses

	runtime (current package)
		time.go#L103: 	sendLock mutex
		time.go#L397: 		lockInit(&t.sendLock, lockRankTimerSend)
		time.go#L500: 		lock(&t.sendLock)
		time.go#L534: 		unlock(&t.sendLock)
		time.go#L582: 		lock(&t.sendLock)
		time.go#L640: 					unlock(&t.sendLock)
		time.go#L667: 		unlock(&t.sendLock)
		time.go#L1227: 		lock(&t.sendLock)
		time.go#L1246: 		unlock(&t.sendLock)